home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-23 | 1.2 KB | 38 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 0674538 19-April-90 20:34PDT
-
- From: KSI Knowledge Source, V Johnson,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: re: MAUserAutoBuild
-
- Regarding the MAUserAutoBuild limitation of only handling
- one user library, using the following format worked in
- 2.0ß9 and presumably will work in 2.0 final. I figured this
- out when I got 2.0ß9, but never used it because it was so
- ugly. The secret is to put the value in double quotes and
- to sprinkle quoted single quotes throughout the string before
- and after each item. Exceptions are:
- - none before the first item
- - and extra one at the end, preceded by a space.
- See the example below.
-
- In this example, the things to be built are libraries, but I
- think you can replace ".lib" by ".p.o" and get the same effect.
- I assume that the special characters will go over AppleLink
- okay, but if not, there should be delta characters before every
- single quote.
-
- # This goes in a UserStartup file.
- Set MAUserAutoBuild ∂
- "{folder1}Unit1.lib∂' ∂'{folder2}Unit2.lib∂' ∂'{folder3}U3.lib∂' ∂'"
- export MAUserAutoBuild
-
-
- Mike Hewett
- Knowledge Source, Inc.
- KSI@AppleLink
-
-